home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / netz / pgp / bin / config.txt next >
Text File  |  1995-02-04  |  4KB  |  103 lines

  1. # Sample config.txt file for PGP 2.6.2i.
  2. # Blank lines are ignored, as is anything following a '#'.
  3. # Keywords are not case-sensitive.  
  4. # Whatever appears in here can be overridden on the command line,
  5. # by specifying (for example) "+armor=on".
  6.  
  7. # MyName is substring of default user ID for secret key to make signatures.
  8. # If not set, PGP will use the first key on your secret keyring (the last
  9. # key you created) if you don't specify the user with -u
  10. # MyName = "John Q. Public"
  11.  
  12. # The language we will be using for displaying messages to the user.  
  13. #
  14. # Available languages:
  15. #   en = English (default), es = Spanish, fr = French, 
  16. #   de = German, it = Italian, br = Brazilian portuguese
  17. #   esp = Esperanto, lv = Latvian, lt3 = Lithuanian,
  18. #   ru = Russian, nl = Dutch, #   fi = Finnish,
  19. #   hu = Hungarian, no = Norwegian, pt = Portugese,
  20. #   sv = Swedish, da = Danish, is = Icelandic,
  21. #   zh = Chinese, ko = Korean, ar = Arabic, iw = Hebrew,
  22. #   el = Greek, tr = Turkish, ja = Japanese
  23. #
  24. # Most of these codes are the ISO 639-1988 2-letter "Codes for
  25. # Representation of Names of Languages"
  26. Language = en
  27.  
  28. # Character set for displaying messages and for conversion of text files.
  29. # If you set this variable to cp850, ascii or alt_codes, PGP will do
  30. # character set conversions if TextMode = on or if you specify the -t
  31. # option when encrypting or signing a file.
  32. # Available character sets:
  33. #   latin1, cp850, alt_codes, koi8, ascii
  34. #
  35. # For MSDOS with a standard character set you should use cp850 to get
  36. # correct character translations.  Russian character sets for MSDOS are
  37. # usually alt_codes.
  38. #
  39. # The default for CharSet is "noconv" which means no character conversion.
  40. # Note that noconv, latin1, and koi8 are all treated as equivalent.
  41. #
  42. # CharSet = cp850
  43.  
  44. # TMP is the directory name for PGP scratch files, usually a RAM disk.
  45. # TMP = "e:\"     # Can be overridden by environment variable TMP
  46.  
  47. # Pager is the file viewing program used for viewing messages with -m
  48. # If not set or set to "pgp", a built-in pager will be used.  The pager set
  49. # in config.txt will override the environment variable PAGER.
  50. # Pager = "list"
  51.  
  52. # ArmorLines is the maximum number of lines per packet when creating a
  53. # transport armored file.  Set to 0 to disable splitting in parts.
  54. ArmorLines = 720
  55.  
  56. # The following commented-out settings are *not* the defaults.
  57. # Uncomment (remove the leading "#" character) them to get the
  58. # non-default behaviour indicated.
  59.  
  60. # Armor = on          # Use -a flag for ASCII armor whenever applicable
  61. # TextMode = on       # Attempt to use -t option where applicable
  62.   ClearSig = on       # Use unarmored plaintext for unencrypted signed message
  63. # KeepBinary = on     # Decrypt will not delete intermediate .pgp file
  64. # Verbose = 2         # verbose diagnostic messages
  65. # Verbose = 0         # be quiet
  66. # Compress = off      # off means suppress compression to aid debugging
  67. # ShowPass = on       # Echo password when user types it
  68. # EncryptToSelf = on  # Encrypt all messages with your own public key
  69. # Legal_Kludge = off  # Use backwards-compatible format
  70.  
  71. # BakRing is the path to a backup copy of your secret keyring, usually
  72. # on floppy disk.  Your secret keys will be compared with the backup copy
  73. # when doing a keyring check (pgp -kc)
  74. # BakRing = "a:\secring.pgp"
  75.  
  76. # Number of completely trusted signatures needed to make a key valid.
  77. Completes_Needed = 1
  78.  
  79. # Number of marginally trusted signatures needed to make a key valid.
  80. Marginals_Needed = 2
  81.  
  82. # How many levels of introducers may introduce other introducers.
  83. Cert_Depth = 4
  84.  
  85. # TZFix is hours to add to time() to get GMT, for GMT timestamps.
  86. # Since MSDOS assumes local time is US Pacific time, and pre-corrects 
  87. # Pacific time to GMT, make TZFix=0 for California, -1 for Colorado, 
  88. # -2 for Chicago, -3 for NY, -8 for London, -9 for Amsterdam.  
  89. # However, if your MSDOS environmental variable TZ is properly defined 
  90. # for your timezone, you can leave TZFix=0.  Unix systems probably 
  91. # shouldn't need to worry about setting TZFix.
  92. # TZFix = 0
  93.  
  94. # Paths to keyrings and seed file for random generator.
  95. # PubRing = "c:\pgp\pubring.pgp"
  96. # SecRing = "c:\pgp\secring.pgp"
  97. # RandSeed = "c:\pgp\randseed.bin"
  98.  
  99. # Add optional comment to ASCII armor output.
  100. # Comment = "Requires PGP version 2.6 or later."
  101.